home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / USEnet Digests / USEnet Vol. 4 / USEnet 4.40 < prev    next >
Encoding:
Text File  |  1988-06-15  |  23.0 KB  |  594 lines  |  [TEXT/ttxt]

  1. 21-Mar-88 11:44:38-PST,24111;000000000000
  2. Return-Path: <usenet-mac-request@RELAY.CS.NET>
  3. Received: from RELAY.CS.NET by SUMEX-AIM.Stanford.EDU with TCP; Mon, 21 Mar 88 11:43:01 PST
  4. Received: from relay2.cs.net by RELAY.CS.NET id ac03183; 21 Mar 88 12:17 EST
  5. Received: from relay.cs.net by RELAY.CS.NET id aa21502; 21 Mar 88 12:02 EST
  6. Received: from sdr.slb.com by RELAY.CS.NET id ab21474; 21 Mar 88 11:59 EST
  7. Date: Mon, 21 Mar 88 10:34 EDT
  8. From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
  9. Subject: Usenet Mac Digest V4 #40
  10. To: usenet-mac@RELAY.CS.NET, PIERCE%HDS@sdr.slb.com
  11. X-VMS-To: in%"usenet-mac@relay.cs.net",in%"PIERCE%HDS@SDR.SLB.COM"
  12.  
  13. Date: Mon 21 Mar 88 10:34:21-GMT
  14. From: Jeff Shulman <SHULMAN@SDR>
  15. Subject: Usenet Mac Digest V4 #40
  16. To: Usenet-List: ;
  17. Message-ID: <574943661.0.SHULMAN@SDR>
  18. Mail-System-Version: <VAX-MM(218)+TOPSLIB(129)@SDR>
  19.  
  20. Usenet Mac Digest     Friday, March 18, 1988         Volume 4 : Issue 40 
  21.  
  22. Today's Topics:
  23.      Sound Driver & MultiFinder Fix
  24.      Question on Palettes...
  25.      Data Mark Checksum Error
  26.      RAM disks II, Wrath of BufPtr
  27.      Re: Hard disks
  28.      TI microExplorer (Mac II coprocessor) ...
  29.      Pagemaker doc size
  30.      Re: Graphics from MPW
  31.      Mac IIs, A/UX, and Networking
  32.      Re: Want mailing list software
  33.      Printing Scaled Bitmaps
  34.      Adjusting color monitors
  35.      MPW fatal problem
  36.      Coral Allegro Common Lisp objects
  37.      Prototyper
  38.      Re: antialiased lineProc
  39.      Delphi Mac Digest V4 #5
  40.  
  41. ---------------------------------------------------------------------- 
  42.  
  43. From: rs4u+@andrew.cmu.edu (Richard Siegel)
  44. Subject: Sound Driver & MultiFinder Fix
  45. Date: 16 Mar 88 13:54:57 GMT
  46. Organization: Carnegie Mellon University
  47.  
  48.  
  49.         The reason that the Sound Driver glue malfunctions under
  50. MultiFinder is because it allocates a handle (for its own globals, I
  51. s'pose), and stores this handle in low memory. The catch comes in
  52. because when initializing itself, it looks at this handle and tests
  53. whether the value is <= ROMBase. If it is, then it assumes that the
  54. handle there is valid and goes ahead. Normally, this handle is set to a
  55. greater value than ROMBase by an IAZNotify routine. This works fine
  56. under the single-program Finder, but under MultiFinder, the IAZNotify
  57. hook never gets called on application exit! (Didn't Apple say something
  58. about the *Notify routines going away soon....?) So what happens is when
  59. you run an application, the handle appears to be valid, and the Sound
  60. Driver uses it, and havoc results.
  61.  
  62.         Anyway, it's easy enough to do yourself; in LightspeedC, just
  63. put this at the end of your program:
  64.  
  65.         asm {move.w ROMBase, $E4}
  66.  
  67.         (I'm not entirely sure of the capitalization of ROMBase; you'll
  68. want to check it out.) $E4 is where the sound driver glue stores its
  69. handle. The code for Pascal is hardly more difficult, and is left as an
  70. exercise for the reader.
  71.  
  72.         (Thanks to Jon Hueras for the info here)
  73.  
  74.                 --Rich
  75.  
  76. Rich Siegel
  77.  
  78.  
  79. ------------------------------
  80.  
  81. From: we08+@andrew.cmu.edu (Ward Freeman Eldred)
  82. Subject: Question on Palettes...
  83. Date: 16 Mar 88 21:22:39 GMT
  84. Organization: Carnegie Mellon University
  85.  
  86. Hi,
  87.  
  88.     I was writing a simple graphics program when I wanted to implement a
  89. fade in and out of my objects.  I set up a palette and it functions
  90. properly. I would like to use the animate_entry command to make the
  91. object fade, but this command is not working.  According to Inside Mac
  92. V, you need to set the animated bit.  I have tried doing this using the
  93. SetEntryUsage, but have come to no avail (when I called SetEntryUsage, I
  94. called with usage = the system constant animated and tolerance=0.
  95.  
  96. Any ideas on what to change?  (oh yeah, I am using PMForeColor to draw
  97. my objs)
  98.  
  99. Thanx,
  100.  
  101. we08.
  102.  
  103.  
  104. ------------------------------
  105.  
  106. From: clarke@husc4.HARVARD.EDU (cam clarke)
  107. Subject: Data Mark Checksum Error
  108. Date: 17 Mar 88 00:01:31 GMT
  109. Organization: Harvard Univ. Science Center
  110.  
  111. I work in a computer center, helping users and answering questions. 
  112. Part of this work includes rescuing damaged Mac disks.  Recently I've
  113. noticed a rash of MS-Word 3.01 documents which have become damaged. 
  114. Looking at the files with FEdit+ reveals that one sector somewhere in
  115. each file is unreadable because "Data Mark Checksum Incorrect."  What
  116. exactly is this problem?  The huge quantity I've seen recently makes me
  117. suspect Word is somehow causing this, but let me stress that I have no
  118. proof; perhaps our Macintosh disk drives are slowly dying.  In any case,
  119. is there a way to read this sector?   In the case of wordprocessing
  120. files, any data recovered is a help, even if some of it is incorrect. 
  121. Has anyone else noticed these kind of errors, and if so, from what
  122. programs?  For now, I'm creating a new file, consisting of all readable
  123. sectors from the old file, and then turning that into a file of type
  124. TEXT.  Is there a better solution?
  125.  
  126.                     -Cam Clarke
  127.  
  128. -- 
  129. clarke%husc4@harvard.ARPA    clarke@husc4.harvard.edu
  130. clarke@husc4.UUCP        clarke@HARVUNXU.BITNET
  131. ..{seismo, harpo, ihnp4, linus, allegra, ut-sally}!harvard!husc4!clarke
  132.  
  133.  
  134. ------------------------------
  135.  
  136. From: iris@Lindy.STANFORD.EDU (IRIS)
  137. Subject: RAM disks II, Wrath of BufPtr
  138. Date: 16 Mar 88 21:20:59 GMT
  139. Organization: Stanford Data Center
  140.  
  141.  
  142. Thanks to everyone who responded to my original posting about the
  143. changing size of RAM disks created with RamStart.  
  144.  
  145. It seems that RamStart doesn't install the same *size* RAM disk each
  146. time; rather, it installs it in the same area of memory.  So if the size
  147. of the Macintosh RAM cache changes (with a corresponding move of BufPtr)
  148. then the size of the RamStart RAM disk will grow or shrink.
  149.  
  150. If anyone is interested, I have found two solutions to this problem:
  151.  
  152. 1) Use the program RamSnap by Dove.  This program is shipped with all
  153. their products, and is supposedly available separately.  RamSnap seems
  154. to keep the size of the RAM disk constant regardless of the size of the
  155. cache.  
  156.  
  157. 2) Disable the Macintosh RAM cache.  In the system folder, the RAM
  158. caching code is in the CACH 1 resource in the System File.  At the time
  159. an application is launched, INIT 35 moves BufPtr down as necessary for
  160. the size of the RAM cache as specified in the conrol panel.  It then
  161. brings in the balance of the caching code from the CACH 1 resource.  All
  162. this is documented in Tech Note 81.  If you remove these two resources,
  163. BufPtr doesn't move down and caching doesn't happen.  Disassembling INIT
  164. 35 indicates that it's removal shouldn't cause any problems (if anyone
  165. knows of any reason why INIT 35 *shouldn't* be removed (besides from the
  166. fact that "the user should always be in control of the RAM cache")
  167. please let me know).  So far preliminary testing with this setup
  168. indicates no problems whatsoever and RamStart RAM disks of consistant
  169. size.  
  170.  
  171. Again, many thanks to all of you who pointed me in the right direction.
  172. -- 
  173. David Finkelstein
  174. Stanford University
  175. davef@jessica.stanford.edu
  176.  
  177.  
  178. ------------------------------
  179.  
  180. From: jmunkki@santra.UUCP (Juri Munkki)
  181. Subject: Re: Hard disks
  182. Date: 16 Mar 88 11:52:00 GMT
  183. Organization: Helsinki University of Technology, Finland
  184.  
  185. There's no catch (I think). The CMS 60 MB drive is actually a Seagate
  186. ST277N. The local Seagate representative told me that Seagate in
  187. currently making this model in much larger quantities than the smaller
  188. models. Mass production has brought the prices down and the 277 is now
  189. almost as cheap as the ST225N (20MB drive). The ST277N is not really
  190. slow, but it's not fast either (40 ms). The CMS formatting software
  191. looks very good.
  192. -- 
  193. Juri Munkki
  194. jmunkki@santra.hut.fi
  195. jmunkki@fingate.bitnet
  196.  
  197. Disclaimer: Please place a standard disclaimer here.
  198.  
  199.  
  200. ------------------------------
  201.  
  202. From: luciw@kodak.UUCP (bill luciw)
  203. Subject: TI microExplorer (Mac II coprocessor) ...
  204. Date: 17 Mar 88 14:30:45 GMT
  205. Organization: Eastman Kodak Co., Rochester, NY
  206.  
  207. Well, our KBS Lab is ordering a microExplorer, the coprocessor for the
  208. Mac II. It will be equipped with 12MB of memory (using a
  209. daughter-board), and we will be using the Development System from TI as
  210. well as trying to run TCP/IP.  I wonder if anyone (beta-sites, maybe)
  211. has had some relevant experiences with the product or can comment on
  212. some of our concerns:
  213.  
  214. 1) What impact (if any) does the alledged lack of "true" DMA have on the
  215. paging performance of the microExplorer?
  216.  
  217. 2) Is TI's implementation of RPC available to other applications (such
  218. as those developed under MPW)?
  219.  
  220. 3) How well integrated is the microExplorer into the rest of the Mac
  221. environment - (cut, copy, paste, print on an AppleTalk printer) ?
  222.  
  223. 4) Can you install the "load bands" on third party disks (SuperMac 150)
  224. or do they need to remain on the Apple hard disk (the load bands are
  225. supposed to be normal, finder accessible files)?
  226.  
  227. 5) How much of a hassle is it to port applications over to the little
  228. beastie from a normal Explorer (what about ART, KEE, SIMKIT, etc.)?
  229.  
  230. 6) Do any benchmarks (ala Gabriel) exist for this machine?
  231.  
  232. 7) How about ToolBox access from the Lisp Environment? (or am I
  233. dreaming?)
  234.  
  235. That'll do for starters ...
  236.  
  237. Our group is responsible for testing this type of technology and
  238. developing a  "delivery vehicle strategy."  Ideally, said delivery
  239. vehicle should be under $10K, but it looks like we'll be around $20K
  240. before we're through. This puts the microExplorer in the same price
  241. range as a "reasonably" equiped Sun 3/60FC.
  242.  
  243. Thankyou in advance for all your comments and I will post our
  244. experiences (good or bad, of course) as they develop ...
  245.  
  246.  
  247. Happy St. Patty's Day ...
  248. -- 
  249. Bill Luciw / Technology Leader        ATTnet:  (716) 477-5384
  250. Knowledge-Based Systems Group           UUCP: ...rutgers!rochester!kodak!luciw
  251. Eastman Kodak Company                   ARPA: luciw@cs.rochester.edu
  252.  "Don't take life seriously, you'll never get out of it alive!"  -- Bugs Bunny
  253.  
  254.  
  255. ------------------------------
  256.  
  257. From: equitz@isl.Stanford.EDU (William Equitz)
  258. Subject: Pagemaker doc size
  259. Date: 17 Mar 88 16:47:50 GMT
  260. Organization: Stanford University
  261.  
  262. I posted a note regarding the fact that Pagemaker documents won't get
  263. any smaller when you delete pages.  Linda Iroff of Cornell University
  264. (elfs@vax5.ccs.cornell.edu) responded that deleting pages then "saving
  265. as ..." will do the trick.  Thanks!  (I haven't tried it yet, though).
  266.  
  267. -Will Equitz (equitz@isl.stanford.edu)
  268.  
  269.  
  270. ------------------------------
  271.  
  272. From: tomas@Apple.COM (Tom Taylor)
  273. Subject: Re: Graphics from MPW
  274. Date: 18 Mar 88 00:01:05 GMT
  275. Organization: Apple Computer Inc, Cupertino, CA
  276.  
  277. In article <5790@cit-vax.Caltech.Edu> sho@tybalt.caltech.edu.UUCP (Sho
  278. Kuwamoto) writes:
  279. >Can you open up a window from an MPW tool and do graphics in it?  I am
  280. >an MPW neophyte, but have had some experience in mac programming
  281. >before.  What I'd like to do is to have the user input text in the
  282. >worksheet window and have graphics pop out in the other window.  I
  283. >don't want to create an actual application because that would defeat
  284. >the whole purpose of using MPW....
  285. >
  286. >                        -Sho
  287.  
  288. Yep, you can open up windows from tools (Command & GetListItem do, for
  289. example).  In order to open windows, you must call InitGraf.  Don't call
  290. any of the other init routines because the shell already has.  The
  291. reason you have to call InitGraf is that the shell sets up a separate A5
  292. world for tools. Be sure to close/dispose of your window(s) before you
  293. quit your tool.
  294.  
  295. Tom Taylor / Development Systems Group
  296.  
  297.  
  298. ------------------------------
  299.  
  300. From: peter@aucs.UUCP (Peter Steele)
  301. Subject: Mac IIs, A/UX, and Networking
  302. Date: 17 Mar 88 12:46:29 GMT
  303. Organization: School of Computer Science, Acadia Univ., Nova Scotia
  304.  
  305. My boss said he'd read something about A/UX being able to be used as a
  306. "super gateway" and told me to find more info on it. I presume he means
  307. that A/UX can be used as a gateway for several different types of
  308. networks, but he didn't really expand on this. In any case, does anyone
  309. know what capabilities the Mac II with A/UX has as a network
  310. server/gateway? Any information would be appreciated.
  311.  
  312.  
  313. -- 
  314. Peter Steele, Microcomputer Applications Analyst
  315. Acadia University, Wolfville, NS, Canada B0P1X0 (902)542-2201x121
  316. UUCP: {uunet|watmath|utai|garfield}dalcs!aucs!Peter
  317. BITNET: Peter@Acadia  Internet: Peter%Acadia.BITNET@CUNYVM.CUNY.EDU
  318.  
  319.  
  320. ------------------------------
  321.  
  322. From: peter@aucs.UUCP (Peter Steele)
  323. Subject: Re: Want mailing list software
  324. Date: 17 Mar 88 12:37:35 GMT
  325. Organization: School of Computer Science, Acadia Univ., Nova Scotia
  326.  
  327. I haven't followed all the responses to this, but in case someone hasn't
  328. mentioned it, you might look at Silicon Press by Silicon Beach Software.
  329. It is designed specifically for making mailing labels and name badges.
  330. It isn't expensive ($41 at MacConnection) and it can import data from
  331. other packages. It also accepts standard mail merge data files.
  332.  
  333. For the price, its worth looking at. Actually, Silicon Beach sent us an
  334. evaluation copy for free, no obligations. We will buy it if we actually
  335. decide to use it.
  336.  
  337. The only problem with this package is that they haven't upgraded it much
  338. since its initial release. And its dying for improvements. What it has
  339. works well. It just could use some more features, like a graphics
  340. palette. It is reviewed in the Fall '86 BMUG Newsletter.
  341.  
  342. Hope this helps.
  343.  
  344.  
  345. -- 
  346. Peter Steele, Microcomputer Applications Analyst
  347. Acadia University, Wolfville, NS, Canada B0P1X0 (902)542-2201x121
  348. UUCP: {uunet|watmath|utai|garfield}dalcs!aucs!Peter
  349. BITNET: Peter@Acadia  Internet: Peter%Acadia.BITNET@CUNYVM.CUNY.EDU
  350.  
  351.  
  352. ------------------------------
  353.  
  354. From: peter@aucs.UUCP (Peter Steele)
  355. Subject: Printing Scaled Bitmaps
  356. Date: 17 Mar 88 17:23:42 GMT
  357. Organization: School of Computer Science, Acadia Univ., Nova Scotia
  358.  
  359. I frequently prepare documentation for using Macintosh applications and
  360. make heavy use of screen dumps (or portions of them). I find a full
  361. screen dump too large at its normal size and use SuperPaint to scale it
  362. down. I do the scaling in the "draw" plane so resolution is maintained
  363. when it it printed. My complaint is that certain types of patterns in
  364. bitmaps (e.g., the gray desktop) reproduce as a sort of plaid. Its great
  365. if you want that effect, but I don't. It does this if I print directly
  366. from SuperPaint or after I've pasted it in Word. Curiously, when I tried
  367. FullWrite, it prints out a near perfect scaled reproduction (the plaid
  368. effect is almost nonexistent). I'd use FullWrite but it is far too buggy
  369. and slow as it is now. Does anyone know of a way to improve the results
  370. of printed scaled bitmaps on a LaserWriter. I'm using various reductions
  371. (85, 75, 60, and others). The best results are 96 and 48, but those are
  372. not always satisfactory (either too little or too much reduction). Any
  373. advice would be greatly appreciated.
  374.  
  375.  
  376. -- 
  377. Peter Steele, Microcomputer Applications Analyst
  378. Acadia University, Wolfville, NS, Canada B0P1X0 (902)542-2201x121
  379. UUCP: {uunet|watmath|utai|garfield}dalcs!aucs!Peter
  380. BITNET: Peter@Acadia  Internet: Peter%Acadia.BITNET@CUNYVM.CUNY.EDU
  381.  
  382.  
  383. ------------------------------
  384.  
  385. From: oster@dewey.soe.berkeley.edu (David Phillip Oster)
  386. Subject: Adjusting color monitors
  387. Date: 18 Mar 88 06:10:06 GMT
  388. Organization: School of Education, UC-Berkeley
  389.  
  390. After a few months and a few moves, a Mac II's color monitor no longer
  391. has the clean, sharp image it had in the beginning.  Where can I learn
  392. to realign a color monitor? Can anyone recommend a good book?
  393. -- 
  394. --- David Phillip Oster            -- author of Menu Clock
  395. Arpa: oster@dewey.soe.berkeley.edu --
  396. Uucp: {uwvax,decvax,ihnp4}!ucbvax!oster%dewey.soe.berkeley.edu
  397.  
  398.  
  399. ------------------------------
  400.  
  401. From: ns@CAT.CMU.EDU (Nicholas Spies)
  402. Subject: MPW fatal problem
  403. Date: 17 Mar 88 03:01:02 GMT
  404. Organization: Carnegie-Mellon University, CS/RI
  405.  
  406. This may be old news (but, then again, maybe not). MPW has a fatal crash
  407. when using commando catenate. Add a bunch of files to cat in the
  408. commando dialog and then select a new file to save to... then watch it
  409. crash and burn.
  410. -- 
  411. Nicholas Spies            ns@cat.cmu.edu.arpa
  412. Center for Design of Educational Computing
  413. Carnegie Mellon University
  414.  
  415.  
  416. ------------------------------
  417.  
  418. From: ewing@yale.UUCP (ken ewing)
  419. Subject: Coral Allegro Common Lisp objects
  420. Date: 17 Mar 88 16:47:22 GMT
  421. Organization: Yale University, New Haven, CT
  422.  
  423.  
  424. Concerning Coral Software's Allegro Common Lisp support for object
  425. oriented programming:  It presently doesn't support CLOS, but does have
  426. its own oops called Object Lisp, used primarily for doing the user
  427. interface stuff -- for which it is EXTREMELY useful.  OL supports
  428. multiple inheritance, but of bindings, not merely values (ie instances
  429. have access to ancestor's bindings, thus if the instance changes its
  430. value, the value for the ancestor changes as well.  Compare this to
  431. inheriting merely values: if an instance changes its value, then the
  432. ancestor's value remains the same -- the instance shadows the ancestor's
  433. value with its own.).  I don't know whether other oops' work inheritance
  434. on bindings, but I do know that this has turned out to be extremely
  435. useful to me in my work.  Another useful feature is that OL really has
  436. only classes and subclasses, so that any useful "instance" can at some
  437. later time spawn a subclass without incurring any conceptual-gymnastics
  438. penalties.  Finally, OL classes are recognized by the common lisp
  439. function typep (but not by typecase), needless to say, another very
  440. useful feature.
  441.  
  442. Concerning CLOS:  Version 1.0's manual seemed to indicate that Coral
  443. would scrap its OL as soon as CLOS settled down.  This is supported by
  444. the fact (explicitly mentioned in version 1.1's manual) that OL hadn't
  445. been suberbly optimized for speed (this isn't a euphemism for SLOW, OL
  446. is fast enough to do complex Mac interface stuff), suggesting that Coral
  447. thought of it as merely a temporary measure.  Now it appears that
  448. Allegro CL's users have prevailed upon Coral to keep OL around, because
  449. the manual for version 1.1 claims that Coral will implement OL on top of
  450. CLOS when CLOS arrives.  A good move in my opinion.
  451.  
  452. ken ewing   ewing@cs.yale.edu   ewing@yalecs.bitnet   yale!ewing
  453.  
  454. PS: I work for Yale, and I haven't let them take responsability for
  455.     anything I say.  I'm only connected to Coral as a satisfied
  456. customer.
  457.  
  458.  
  459. ------------------------------
  460.  
  461. From: elwell@tut.cis.ohio-state.edu (Clayton Elwell)
  462. Subject: Prototyper
  463. Date: 17 Mar 88 21:43:29 GMT
  464. Organization: The Ohio State University Dept of Computer and Information Science
  465.  
  466. Well, folks, on Monday I ordered Prototyper, and yesterday it arrived.
  467. After a couple days of playing with it, I'm very impressed.  It seems to
  468. be well worth the money.  It's not perfect, but it's much better than
  469. any alternative I've found.
  470.  
  471. It actually makes user interface hacking pleasant :-).
  472.  
  473. Although it generates code that's a little large, it really does what
  474. they say it does, and it's a lot easier to take working code and slim it
  475. down than to start from scratch.  The dialog handling features are quite
  476. nice in this respect.  I think I'm going to like icon buttons...
  477.  
  478. Anyway, I would recommend this product to anyone who has better things
  479. to do than page through Inside Mac while they are trying to get a
  480. program working.
  481.  
  482. -- 
  483.                   Clayton M. Elwell <elwell@tut.cis.ohio-state.edu>
  484.  
  485.     The Ohio State University, Department of Computer & Information Science
  486.               2036 Neil Avenue Mall, Columbus OH 43210 / (614) 292-6546
  487.  
  488.  
  489. ------------------------------
  490.  
  491. From: oster@dewey.soe.berkeley.edu (David Phillip Oster)
  492. Subject: Re: antialiased lineProc
  493. Date: 18 Mar 88 05:17:56 GMT
  494. Organization: School of Education, UC-Berkeley
  495.  
  496. In article <5678@cit-vax.Caltech.Edu> sho@tybalt.caltech.edu.UUCP (Sho
  497. Kuwamoto) writes:
  498. >Has anyone written a lineProc that does a smidgen of anti-aliasing?
  499.  
  500. Ya, I've done it. Here is the algorithm:
  501.  
  502. 1.) draw the graph into an offscreen, black and white bitmap at double
  503. or triple resolution. 2.) Use a tuned assembly language routine to prowl
  504. the offscreen bitmap, converting square groups of bits into single, gray
  505. pixels, by counting the number of "on" bits in a square. Accumulate
  506. these in an offscreen pixmap. 3.) call CopyBits to display the offscreen
  507. pixmap. You will want to register the colors your offscreen pixmap uses
  508. in the pallette of the window you are displaying in, so no color table
  509. arbitratration will be necessary between the offscreen pixmap and the
  510. window's pixmap.
  511.  
  512. Anybody willing to post a tutorial on doing a better algorithm? How
  513. about stereo on the Mac II?
  514. -- 
  515. --- David Phillip Oster            --A Sun 3/60 makes a poor Macintosh II.
  516. Arpa: oster@dewey.soe.berkeley.edu --A Macintosh II makes a poor Sun 3/60.
  517. Uucp: {uwvax,decvax,ihnp4}!ucbvax!oster%dewey.soe.berkeley.edu
  518.  
  519. ------------------------------
  520.  
  521. From: sun!hoptoad!astral!sunny@ucbvax.berkeley.EDU
  522. Subject: Delphi Mac Digest V4 #5
  523. Date: Tue Mar 15 16:13:00 1988
  524.  
  525. > From: MACLAIRD
  526. > Subject: My poor Lisa's Internal Hard Disk
  527. > Date: 21-FEB 17:43 Hardware & Peripherals
  528.  
  529. > I recently installed the [Sun Remarketing] double-sided floppy drive
  530. > in my Lisa 2/10.
  531. > The DS drive works all right, although it will not format disks in the
  532. > Lisa Pascal Workshop, and presumably the Lisa Office System.
  533.  
  534. I would suppose then that it also won't format diskettes under Uinisoft
  535. Uniplus+
  536.         or SCO Xenix
  537.  
  538. Does this mean that the new DS drive is not SS compatible for anything
  539. but MacWorks XL environment?
  540.  
  541. Is it just formatting which fails?  Does it read/write OK?
  542.  
  543. I somehow forsee a switch and both drives installed internal to XL.
  544.  
  545. > Formatting a disk which is already formatted can take a while,
  546. > but not long enough to make me hack into the driver.
  547.  
  548. I'm not clear what you mean here.  Formatting a new disk doesn't work,
  549. but formatting a disk already formatted for the MacWorks environment
  550. does work?  Huh?
  551.  
  552. > The HFS hack recalls "Hard Disk 20" on my Mac 512K.
  553.  
  554. It IS a hacked HardDisk20, as far as I know.
  555.  
  556. > I then discovered that the INIT file would not work from floppy at boot.
  557. >  I can post the fix if anyone wants, but I wanted to warn Macintosh XL
  558. > owners.
  559.  
  560. PLEASE POST SOMEWHERE (LIKE HERE) OR EMAIL ME A COPY!
  561.  
  562. > It could be that Sun stands to profit from selling their 20-megabyte
  563. > drive. Me, I will put the drive into my Lisa 2/5, which has no internal
  564. > hard disk.
  565.  
  566. To avoid the overheating of the Widget?
  567.  
  568. I'm very interested in working with any/all Lisa / Mac XL users who are
  569. interested in the continued viability of the Lisa.  I'm running a Lisa 2
  570. with SCO Xenix most of the time, MacWorks XL some of the time, and my
  571. sweetie is running her Mac XL in MacWorks XL mode most of the time. 
  572. We're networked together, and also use a serial connection between them
  573. to afford upload / download between Xenix and Mac environments... and
  574. I'm hoping to port Columbia's CAP to provide AppleTalk service on the
  575. Xenix machine. I've been considering the Sun Remarketing 800K DS Floppy
  576. / 20Meg Winchester upgrade for both machines, BUT, if the XL Widget dies
  577. from overheating, and the Lisa/Xenix won't be able to format floppies,
  578. then it sounds like Sun is only supporting MacWorks environment.  I'll
  579. do whatever hacking I have to do (preferably in cooperation with others)
  580. to get DS 800K floppies in all Lisa environments, without overheating
  581. problems.  Anyone else up for the challenge?
  582. -- 
  583. Sunny Kirsten, Astral Consultants   AppleLink: X0013    (415)457-7555 (voice)
  584. 233 Humboldt St., San Rafael, CA 94901  GEnie: astral   (415)457-7705 (modem)
  585. USENET: {amdahl,frog,ihnp4,lll-crg,nsc,ptsfa,pyramid,sun,ucsfcgl,well}
  586.         !hoptoad!astral!sunny
  587.  
  588.  
  589. ------------------------------
  590.  
  591. End of Usenet Mac Digest
  592. ************************
  593. -------
  594.